home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 52
/
Volume 52 - JOGO DISK .iso
/
Games
/
shopdrop.swf
/
scripts
/
DefineButton2_901
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2007-09-27
|
233b
|
13 lines
on(release){
var mover = this.hair;
if(mover._currentframe == this.hair._totalframes)
{
mover.gotoAndStop(1);
}
else
{
mover.nextFrame();
}
CharSelect.hair = this.hair._currentframe;
}